home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / button12.lha / rps < prev    next >
Text File  |  1993-08-05  |  312b  |  15 lines

  1. :
  2. : rps - render postscript files
  3. :
  4. : this program and the shar method of distribution of GNU postscript
  5. : programs were created by Rich Morin - hoptoad.UUCP!cfcl!rdm@cgl.ucsf.edu
  6. :
  7. for i in $*; do
  8.   soelim $i                |
  9.   awk '
  10.     BEGIN { print "%!" }
  11.     { print }
  12.   '                    |
  13.   lpr                    #print a postscript file
  14. done
  15.